home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / ldialogs.zip / README.TXT < prev    next >
Text File  |  1996-07-26  |  1KB  |  22 lines

  1. LDialogs unit fixes the bug in VCL Dialogs unit. Bug presents itself with
  2. four problems:
  3.  
  4. 1. dialogs get under main form when switched to main form using taskbar
  5. in Win95 and Windows NT 4.0
  6. 2. dialogs get under main form in single instance application when dialog
  7. is popped up in first instance and user tries to run another instance
  8. (he gets back first one with dialog under main form) 
  9. 3. application with "always on top" menu. When this is marked on,
  10. application's main form and any dialog on top of main form should stay
  11. always on top of desktop. The problem is, any dialog gets always under
  12. main form and application looses "stay on top" ability 
  13. 4. in Win95 or Windows NT 4.0 each form creates its own icon visible in
  14. taskbar instead of one icon per application as other "real" applications
  15. do.
  16.  
  17. All explanation how to use LDialogs is in LDIALOG.HLP file. You should
  18. also check http://www.cyberus.ca/~lkovac/lester.htm and send Lester
  19. (ag623@freenet.carleton.ca) your comment.
  20.  
  21. There is also example (TEST.DPR) provided here how to use LDialogs unit
  22. properly.